home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Especial Multimedia
/
Especial Multimedia.iso
/
Multimed
/
Presenta
/
EV2FREE.ZIP
/
EFREE3.ICZ
/
EDLLDRV.FRM
< prev
next >
Wrap
Text File
|
1995-03-06
|
1KB
|
46 lines
VERSION 2.00
Begin Form dlldde
Caption = "dlldde"
ClientHeight = 1296
ClientLeft = 3000
ClientTop = 1524
ClientWidth = 2532
Height = 1716
Left = 2952
LinkMode = 1 'Source
LinkTopic = "dll"
ScaleHeight = 1296
ScaleWidth = 2532
Top = 1152
Width = 2628
Begin TextBox Data
Height = 372
Left = 480
TabIndex = 0
Top = 240
Width = 972
End
End
Declare Function SetParent% Lib "User" (ByVal hWndChild As Integer, ByVal hWndNewParent As Integer)
Sub Form_LinkExecute (cmdstr As String, cancel As Integer)
em$ = cmdstr
Call dllmgr(1, em$)
cancel = 0
End Sub
Sub Form_Load ()
If App.PrevInstance Then End
t242.chr242 = Chr$(242)
t243.chr243 = Chr$(243)
t244.chr244 = Chr$(244)
t245.chr245 = Chr$(245)
t246.chr246 = Chr$(246)
End Sub
Sub Timer1_Timer ()
'Call sendevent("Ti")
End Sub